OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:real_ptr
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
mymalloc.c
115
#define CHECK_IN_PTR(ptr,
real_ptr
, len, fname) { \
118
real_ptr
= (MBLOCK *) (ptr - offsetof(MBLOCK, u.payload[0])); \
119
if (
real_ptr
->signature != SIGNATURE) \
121
real_ptr
->signature = 0; \
122
if ((len =
real_ptr
->length) < 1) \
126
#define CHECK_OUT_PTR(ptr,
real_ptr
, len) { \
127
real_ptr
->signature = SIGNATURE; \
128
real_ptr
->length = len; \
129
ptr =
real_ptr
->u.payload; \
155
MBLOCK *
real_ptr
;
local
179
MBLOCK *
real_ptr
;
local
211
MBLOCK *
real_ptr
;
local
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026