Error was also spotted by mauke.
For: RT #119213
-S_ajust_size_and_find_bucket(size_t *nbytes_p)
+S_adjust_size_and_find_bucket(size_t *nbytes_p)
{
MEM_SIZE shiftr;
int bucket;
{
MEM_SIZE shiftr;
int bucket;
croak("%s", "panic: malloc");
#endif
croak("%s", "panic: malloc");
#endif
- bucket = S_ajust_size_and_find_bucket(&nbytes);
+ bucket = S_adjust_size_and_find_bucket(&nbytes);
MALLOC_LOCK;
/*
* If nothing in hash bucket right now,
MALLOC_LOCK;
/*
* If nothing in hash bucket right now,
MEM_SIZE
Perl_malloc_good_size(size_t wanted)
{
MEM_SIZE
Perl_malloc_good_size(size_t wanted)
{
- return BUCKET_SIZE_REAL(S_ajust_size_and_find_bucket(&wanted));
+ return BUCKET_SIZE_REAL(S_adjust_size_and_find_bucket(&wanted));